home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / 03 control flow and error handling / errorhandlingdemo / errorhandlingdemo.vbproj < prev    next >
Text File  |  2001-09-11  |  4KB  |  107 lines

  1. <VisualStudioProject>
  2.     <VisualBasic
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9254"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{D2113429-B511-41F0-8DC9-57729C3A8ED5}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "ErrorHandlingDemo"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 AssemblyOriginatorKeyMode = "None"
  15.                 DefaultClientScript = "JScript"
  16.                 DefaultHTMLPageLayout = "Grid"
  17.                 DefaultTargetSchema = "IE50"
  18.                 DelaySign = "false"
  19.                 OutputType = "Exe"
  20.                 OptionCompare = "Binary"
  21.                 OptionExplicit = "On"
  22.                 OptionStrict = "On"
  23.                 RootNamespace = "ErrorHandlingDemo"
  24.                 StartupObject = "ErrorHandlingDemo.MainModule"
  25.             >
  26.                 <Config
  27.                     Name = "Debug"
  28.                     BaseAddress = "285212672"
  29.                     ConfigurationOverrideFile = ""
  30.                     DefineConstants = ""
  31.                     DefineDebug = "true"
  32.                     DefineTrace = "true"
  33.                     DebugSymbols = "true"
  34.                     IncrementalBuild = "true"
  35.                     Optimize = "false"
  36.                     OutputPath = "bin\"
  37.                     RegisterForComInterop = "false"
  38.                     RemoveIntegerChecks = "false"
  39.                     TreatWarningsAsErrors = "false"
  40.                     WarningLevel = "1"
  41.                 />
  42.                 <Config
  43.                     Name = "Release"
  44.                     BaseAddress = "285212672"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = ""
  47.                     DefineDebug = "false"
  48.                     DefineTrace = "true"
  49.                     DebugSymbols = "false"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "false"
  52.                     OutputPath = "bin\"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "1"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                 />
  64.                 <Reference
  65.                     Name = "System.Data"
  66.                     AssemblyName = "System.Data"
  67.                 />
  68.                 <Reference
  69.                     Name = "System.XML"
  70.                     AssemblyName = "System.Xml"
  71.                 />
  72.                 <Reference
  73.                     Name = "Microsoft.VisualBasic.Compatibility"
  74.                     AssemblyName = "Microsoft.VisualBasic.Compatibility"
  75.                 />
  76.             </References>
  77.             <Imports>
  78.                 <Import Namespace = "Microsoft.VisualBasic" />
  79.                 <Import Namespace = "System" />
  80.                 <Import Namespace = "System.Collections" />
  81.                 <Import Namespace = "System.Data" />
  82.                 <Import Namespace = "System.Diagnostics" />
  83.             </Imports>
  84.         </Build>
  85.         <Files>
  86.             <Include>
  87.                 <File
  88.                     RelPath = "AssemblyInfo.vb"
  89.                     SubType = "Code"
  90.                     BuildAction = "Compile"
  91.                 />
  92.                 <File
  93.                     RelPath = "Classes.vb"
  94.                     SubType = "Code"
  95.                     BuildAction = "Compile"
  96.                 />
  97.                 <File
  98.                     RelPath = "MainModule1.vb"
  99.                     SubType = "Code"
  100.                     BuildAction = "Compile"
  101.                 />
  102.             </Include>
  103.         </Files>
  104.     </VisualBasic>
  105. </VisualStudioProject>
  106.  
  107.